From 5eff775a22ac16d5aca672281ddd980ae07d26c8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Jan 2004 17:10:02 +0000 Subject: [PATCH] Fix the prototype for xfree. --- src/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloca.c b/src/alloca.c index 460d0ae9a54..e8c8319adc4 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -100,7 +100,7 @@ typedef POINTER_TYPE *pointer; # define free xfree void *xmalloc _P ((size_t)); -void xfree _P ((void *)) +void xfree _P ((void *)); /* Define STACK_DIRECTION if you know the direction of stack growth for your system; otherwise it will be automatically -- 2.30.2